/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import 'https://fonts.googleapis.com/css?family=Noto+Sans';
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

.btn {
  display: inline-block;
  text-align: center;
  padding: 0.6em 1.2em;
  cursor: pointer;
  line-height: 1.5;
  font-size: 90%;
  overflow: hidden;
  color: #fff;
  background-color: #1b1c1e;
  text-decoration: none;
  border: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.btn:hover {
  background-color: #8e7fe5;
  color: #fff;
  text-decoration: none;
}

.btn-light {
  border-color: #90a4ae;
  color: #455a64;
}
.btn-light:hover {
  background-color: #455a64;
  border-color: #455a64;
  color: #fff;
}

.btn-wh {
  background-color: #fff;
  color: #1b1c1e;
  border-color: #fff;
}

.btn-primary {
  background-color: #1b1c1e;
  color: #fff;
  border-color: #1b1c1e;
}
.btn-primary:hover {
  background-color: #8e7fe5;
  color: #fff;
  border-color: #8e7fe5;
}

.btn-large {
  padding: 1em 1.3em;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-full {
  padding: 0.7em 2em;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.l-container {
  width: auto;
  margin-left: 16px;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .l-container {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .l-container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .l-container {
    width: 1140px;
  }
}

.l-row:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .l-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

[class*=l-span] {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  [class*=l-span] {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
  }
}
[class*=l-span] img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .l-span1 {
    width: 8.33333333%;
  }
  .l-span2 {
    width: 16.66666667%;
  }
  .l-span3 {
    width: 25%;
  }
  .l-span4 {
    width: 33.33333333%;
  }
  .l-span5 {
    width: 41.66666667%;
  }
  .l-span6 {
    width: 50%;
  }
  .l-span7 {
    width: 58.33333333%;
  }
  .l-span8 {
    width: 66.66666667%;
  }
  .l-span9 {
    width: 75%;
  }
  .l-span10 {
    width: 83.33333333%;
  }
  .l-span11 {
    width: 91.66666667%;
  }
}
.sngr-header {
  position: relative;
  z-index: 50;
  background: #fff;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.08);
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Segoe UI", Arial, sans-serif;
}
.sngr-header .sngr-header-inner {
  max-width: 1140px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .sngr-header .sngr-header-inner {
    width: 90%;
  }
}
.sngr-header .sngr-header-logo {
  margin: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .sngr-header .sngr-header-logo {
    position: static;
    width: initial;
  }
}
.sngr-header .sngr-header-logo a {
  display: inline-block;
  margin: auto;
  padding: 8px;
}
@media (min-width: 992px) {
  .sngr-header .sngr-header-logo a {
    margin-left: -8px;
  }
}
.sngr-header .sngr-header-logo a img {
  display: block;
  width: 144px;
  height: 14px;
}
@media (min-width: 992px) {
  .sngr-header .sngr-header-logo a img {
    width: 162px;
    height: 16px;
  }
}

.sngr-header-navbar {
  display: none;
}
@media (min-width: 992px) {
  .sngr-header-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sngr-header-navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sngr-header-navbar li {
  margin: 0;
  margin: 0 0.3rem;
  letter-spacing: 0.08em;
}
@media (min-width: 992px) {
  .sngr-header-navbar li {
    margin: 0 0 0 32px;
  }
}
.sngr-header-navbar li:first-child {
  margin-left: 0;
}
.sngr-header-navbar li:last-child {
  margin-right: 0;
}
.sngr-header-navbar a {
  display: inline-block;
  padding: 4px 5%;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  color: #252525;
  text-transform: uppercase;
}
.sngr-header-navbar a:hover {
  text-decoration: none;
  color: #252525;
  -webkit-box-shadow: 0px 3px 0 0px #252525;
  box-shadow: 0px 3px 0 0px #252525;
}

.sngr-header-mobileNav {
  margin-left: 16px;
}
@media (min-width: 992px) {
  .sngr-header-mobileNav {
    display: none;
  }
}

.sngr-header-mobileNav-content {
  position: absolute;
  top: 56px;
  left: 0;
  background: #fff;
  width: 100%;
  padding-bottom: 8px;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.08);
}
.sngr-header-mobileNav-content ul {
  list-style: none;
  margin: 0 16px;
  padding: 0;
}
.sngr-header-mobileNav-content ul a {
  display: block;
  padding: 12px 0;
  letter-spacing: 0.08em;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
  color: #252525;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .sngr-header-mobileNav-content ul a:hover {
    -webkit-box-shadow: 0px 3px 0 0px #252525;
    box-shadow: 0px 3px 0 0px #252525;
  }
}

.sngr-header-mobileNav-toggle {
  position: relative;
  z-index: 2;
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -8px;
  cursor: pointer;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'><path d='M0 0h24v24H0z' fill='none'/><path d='M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'/></svg>") no-repeat center;
  background-size: 24px 24px;
  text-indent: 100%;
  overflow: hidden;
  color: transparent;
  list-style: none;
}
@media (min-width: 992px) {
  .sngr-header-mobileNav-toggle {
    display: none;
  }
}
.sngr-header-mobileNav-toggle::-webkit-details-marker {
  display: none;
}

.illustfolioNavbar {
  position: sticky;
  top: 0;
  z-index: 49;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

.illustfolioNavbarNav {
  background-color: #fff;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

.illustfolioNavbarLink {
  color: inherit;
  font-size: 15px;
  display: inline-block;
  padding: 4px 8px;
  line-height: 1.4;
  text-align: center;
  color: #888;
  position: relative;
}
.illustfolioNavbarLink:hover {
  color: #111;
}
.illustfolioNavbarLink.is-selected {
  color: #111;
  -webkit-box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.75);
}
.illustfolioNavbarLink .new {
  position: absolute;
  bottom: 75%;
  right: -10%;
  display: inline-block;
  padding: 4px 6px;
  font-size: 11px;
  text-transform: uppercase;
  background: linear-gradient(-45deg, #7986ff, #ff9d7c);
  color: #fff;
  line-height: 1;
  border-radius: 100px;
  margin-right: 0.4em;
}

.illustfolioNavbarAnnouncement {
  background: linear-gradient(-45deg, #bbc8ff, #ffe3d2);
  color: #384f77;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .illustfolioNavbarAnnouncement {
    gap: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.illustfolioNavbarAnnouncement strong {
  font-weight: bold;
}
.illustfolioNavbarAnnouncement .banner-button {
  display: none;
  border-radius: 1000px;
  background-color: #fff;
  font-size: 15px;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .illustfolioNavbarAnnouncement .banner-button {
    display: inline-block;
  }
}

body {
  font-family: "Noto Sans", sans-serif;
  background: #fff;
  color: #455a64;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-globalHeader {
  background-color: #eceff1;
}

.globalHeader-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.globalHeader-container .globalHeader-logo .globalHeader-logo-title {
  display: inline-block;
  padding: 1em 0.5em 1em 0;
}
.globalHeader-container .madeby {
  display: none;
  font-size: 0.8em;
  font-style: italic;
}
@media (min-width: 768px) {
  .globalHeader-container .madeby {
    display: inline;
  }
}
.globalHeader-container .globalHeader-nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.globalHeader-container .globalHeader-nav li a {
  display: inline-block;
  padding: 1em;
}
.globalHeader-container .globalHeader-nav li:last-child a {
  padding-right: 0;
}
.globalHeader-container .globalHeader-nav .tw svg {
  width: 24px;
  height: 24px;
}

.container {
  margin-left: 16px;
  margin-right: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

.nav {
  padding: 0.5em 1em;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .nav {
    width: 200px;
    padding: 1em;
    margin-top: 0;
  }
}
.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav li {
  margin: 0.5em 0;
}
@media (min-width: 768px) {
  .nav li {
    margin: 1em 0;
  }
}

.main {
  word-wrap: break-word;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 5%;
  }
}
.main a:not([class*=btn]) {
  color: #6955dc;
  text-decoration: underline;
}
.main img {
  max-width: 100%;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.85rem;
  margin-bottom: 1em;
}

.progressBar-wrapper {
  margin: 1em 0;
}
.progressBar-wrapper span {
  color: #90a4ae;
  font-size: 0.8em;
  display: inline-block;
}

.progressBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eceff1;
  height: 0.5em;
}
.progressBar .progress {
  background-color: #1b1c1e;
  height: 100%;
}

p {
  line-height: 1.7;
}

.notice {
  color: #90a4ae;
  font-size: 0.85rem;
}

a {
  color: #1b1c1e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
a:hover {
  color: #8e7fe5;
}

h1, h2 {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  margin: 1.5em 0 0.7em;
}
h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover, h6 a, h6 a:hover {
  color: #455a64;
  text-decoration: none;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.2rem;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.7rem;
  }
}

aside {
  margin: 1.5em auto;
  border: 1px solid #ddd;
  padding: 1em;
}
aside > h3, aside h4, aside h5 {
  margin-top: 0;
}

aside.caution {
  border-left: 5px solid #ce4844;
}
aside.caution h3 {
  color: #ce4844;
}

code {
  border: 1px solid #ddd;
  border-radius: 3px;
  font-family: Consolas, "Courier New", Courier, Monaco, monospace;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1em;
  margin-bottom: 1em;
  width: 100%;
  overflow: auto;
  display: block;
  font-size: 0.9rem;
}

table th,
table td {
  border: 1px solid #ddd;
  padding: 0.6em 1em;
}

table th {
  background: #f5f6f7;
  text-align: right;
  min-width: 60px;
  font-size: 0.8rem;
  text-align: left;
}
@media (min-width: 768px) {
  table th {
    text-align: right;
    font-size: 0.9rem;
    min-width: 150px;
  }
}

.example {
  background-color: #fcf8e3;
  padding: 0.3em 0.5em;
  margin-top: 0.5em;
  font-size: 0.8rem;
  color: #8a6d3b;
}

.badge {
  color: #8a6d3b;
  font-weight: bold;
  font-size: 0.8rem;
}

figure {
  margin: 1.5em auto;
  text-align: center;
}
figure img {
  max-width: 100%;
}
figure figcaption {
  text-align: center;
  margin: 0.5em 0;
  font-size: 0.85rem;
  color: #90a4ae;
}

pre {
  padding: 1em;
  background: #f5f6f7;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}

.section-footer {
  background-color: #eceff1;
  text-align: center;
  font-size: 0.8rem;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (min-width: 768px) {
  .section-footer {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}